Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update: Log the unhandled error status code in HTTP probing #1172

Merged
merged 5 commits into from
Nov 10, 2023

Conversation

dennypradipta
Copy link
Contributor

Monika Pull Request (PR)

What feature/issue does this PR add

This PR fixes #1171

How did you implement / how did you fix it

Add logger in unhandled error status code
Rename the function to be more "human"

How to test

Try to fail your probes

Copy link
Contributor

@sapiderman sapiderman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏽

Copy link

codecov bot commented Nov 10, 2023

Codecov Report

Merging #1172 (04b601c) into main (1c7c5f9) will decrease coverage by 0.27%.
The diff coverage is 75.00%.

❗ Current head 04b601c differs from pull request most recent head 5c090a4. Consider uploading reports for the commit 5c090a4 to get more accurate results

@@            Coverage Diff             @@
##             main    #1172      +/-   ##
==========================================
- Coverage   61.44%   61.18%   -0.27%     
==========================================
  Files         106      106              
  Lines        3136     3138       +2     
  Branches      535      535              
==========================================
- Hits         1927     1920       -7     
- Misses       1031     1035       +4     
- Partials      178      183       +5     
Files Coverage Δ
src/components/probe/prober/http/request.ts 72.91% <75.00%> (+0.57%) ⬆️

... and 4 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@dennypradipta dennypradipta merged commit 858afa1 into main Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Log the unhandled error status code
3 participants